type regexp.inputs

9 uses

	regexp (current package)
		backtrack.go#L44: 	inputs inputs
		exec.go#L46: 	inputs inputs
		exec.go#L49: type inputs struct {
		exec.go#L56: func (i *inputs) newBytes(b []byte) input {
		exec.go#L61: func (i *inputs) newString(s string) input {
		exec.go#L66: func (i *inputs) newReader(r io.RuneReader) input {
		exec.go#L73: func (i *inputs) clear() {
		exec.go#L85: func (i *inputs) init(r io.RuneReader, b []byte, s string) (input, int) {
		exec.go#L377: 	inputs   inputs